GET /organizations/me/list
Returns a list of all organizations where the authenticated user is a member, including their role and active status.Authentication
Requires authentication. The endpoint uses the current user’s session to determine membership.Response
Returns an array of organization list items.Unique identifier for the organization
Name of the organization
User’s role in the organization. Possible values:
owner, admin, memberWhether this is the user’s currently active organization
Example Request
Example Response
Notes
- Organizations are returned sorted alphabetically by name (case-insensitive)
- Only organizations where the user has an active membership are included
- The endpoint also refreshes and validates the user’s active membership status